###
IMPORTANT NOTES
- The application uses LiveId for authentication and requires to be hosted in www.planmynight.net (see below for instructions on how to setup a virtual domain)
- The application is configured NOT to send emails but to place them in c:\inetpub\temp\ 

###
PREREQUISITES
- Visual Studio .NET 2010 Beta 2
- SQL Server 2008 (or 2008 Express)
- ASP.NET MVC 2.0 and Visual Studio Tools
- (optional) Microsoft "Velocity" CTP3 - Microsoft Distributed Cache
  http://www.microsoft.com/downloads/details.aspx?FamilyId=B24C3708-EEFF-4055-A867-19B5851E7CD2)

###
INSTRUCTIONS
1. Run StartHere.bat. This batch file will run Dependency Checker and do the following:
        a. Check for dependencies 
        b. Add 'planmynight.net' entry to hosts file
        c. Configure Caching Provider
                - If Velocity is found it will run and setup Velocity cluster and update the web.config
                - If Velocty is NOT found it will update the web.config to use the ASP.NET InProc Caching provider
2. Open the code\PlanMyNight.sln solution and Build All projects
3. Run the batch file 'DeployAllAddins.bat' from the code folder (this will deploy all addins)
4. Run (using PlanMyNight.Web as Start up project)

###
PROJECT DEPENDENCIES (included in lib folder)
- ASP.NET MVC Futures
- Velocity Client libraries (msdn.microsoft.com/en-us/data/cc655792.aspx)
- jQuery 1.3.2
- YUI Compressor for .Net (www.codeplex.com/YUICompressor)
- Mobile Capable MVC ViewEngine

TEST PROJECTS DEPENDENCIES (included in lib folder)
  - moq (code.google.com/p/moq/)
  - MvcContrib.TestHelper + Rhino Mocks (www.codeplex.com/MVCContrib)
